projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77892c7
)
(syms_of_macselect) <mac-apple-event-map>:
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 11 Dec 2005 01:06:29 +0000
(
01:06
+0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 11 Dec 2005 01:06:29 +0000
(
01:06
+0000)
Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
src/macselect.c
patch
|
blob
|
history
diff --git
a/src/macselect.c
b/src/macselect.c
index dd9603f8321569f518ff56e4bae8bb5cbbcd4123..066892adce018d81c70aa46623512d87c1103351 100644
(file)
--- a/
src/macselect.c
+++ b/
src/macselect.c
@@
-1427,7
+1427,7
@@
set to nil. */);
DEFVAR_LISP ("mac-apple-event-map", &Vmac_apple_event_map,
doc: /* Keymap for Apple events handled by Emacs. */);
- Vmac_apple_event_map =
Fmake_sparse_keymap (Qnil)
;
+ Vmac_apple_event_map =
Qnil
;
#ifdef MAC_OSX
DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection,